home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / mini_pai.swf / scripts / DefineButton2_347 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-06-09  |  113 b   |  6 lines

  1. on(release){
  2.    paint = new Color(brush.brushend);
  3.    paint.setRGB(parseInt(blue,16));
  4.    brush_c = blue;
  5. }
  6.